/*首页*/
.banner{
	width: 800px;
	margin: auto;
	display: table;
}
.SlTitle{
	text-align: center;
	font-size: 60px;
	color: #333333;
	width: 100%;
	display: inline-block;
	margin: 80px 0 40px;
}
.ShortInput{
    width: 100%;
    display: inline-block;
    margin: 8px 0;
    position: relative;
}
.ShortInput input{
    width: 100%;
    height: 47px;
    font-size: 14px;
    border: 1px solid #EEEEEE;
    padding: 0 110px 0 18px;
}
.ShortInputBtn{
    position: absolute;
    top: 0;
    right: 0;
    width: 90px;
    height: 47px;
    font-size: 14px;
    background: #3477FF;
    outline: none;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    -webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-ms-border-radius: 0 5px 5px 0;
	-o-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}
/*选择*/
.radioStyle {
	display: inline-block;
	margin: 4px 20px 4px 0;
	position: relative;
}
.radioStyle input {
	visibility: hidden;
}
.radioStyle label {
	font-size: 14px;
	color: #333333;
}
.radioStyle input[type="radio"]+label {
	cursor: pointer;
	padding-left: 4px;
}
.radioStyle input+label::before {
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	width: 12px;
	height: 12px;
	border: 1px solid #3477FF;
	border-radius: 50%;	
}
.radioStyle input:checked+label::after {
	content: '';
	position: absolute;
	left: 3px;
	top: 5px;
	border-radius: 50%;
	width: 6px;
	height: 6px;
	border: 1px solid #3477FF;
	background: #3477FF;
}
/*下拉*/
.CSInput{
	width: 160px;
	height: 28px;
	padding: 0 8px;
	border: 1px solid #D7D7D7;
	background: #ffffff;
	outline: 0;
}
.SlTop{
	width: 100%;
	margin: 80px 0;
}
.SlTop p{
	margin-top: 8px;
	color: #595959;
}
.AlDMain{
	width: 100%;
	display: inline-block;
}
.AlistBg{
	width: 50%;
	float: left;
	padding: 0 20px;
	margin-bottom: 30px;
	display: inline-block;
}
.AlistTop{
	width: 100%;
	margin-bottom: 20px;
}
.AlistTop a{
	font-size: 14px;
	color: #868686;
}
.SLAlist{
	width: 100%;
	display: inline-block;
}
.SLAlist li{
	width: 50%;
	float: left;
	margin-bottom: 26px;
	display: inline-block;
	vertical-align: top;
}
.SLAlist li:nth-child(odd){
	padding-right: 6px;
}
.tablish{
	width: 40px;
	text-align: center;
	font-size: 12px;
	float: left;
	cursor: pointer;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
.TLBG1{
	background: #EA4335;
	color: #ffffff;
	border: 1px solid #EA4335;
}
.TLBG2{
	background: #EA8E3C;
	color: #ffffff;
	border: 1px solid #EA8E3C;
}
.TLBG3{
	background: #0E9D58;
	color: #ffffff;
	border: 1px solid #0E9D58;
}
.TLBG4{
	background: #ffffff;
	color: #EA4335;
	border: 1px solid #EA4335;
}
.TLBG5{
	background: #F4F4F4;
	color: #666666;
	border: 1px solid #F4F4F4;
}
.SLAlistMain{
	padding-left: 50px;
	font-size: 14px;
	color: #868686;
}
.RAlist{
	width: 100%;
	display: inline-block;
}
.RAlist li{
	width: 100%;
	margin: 0 0 16px 0;
    display: inline-block;
    vertical-align: top;
    float: left;
}
.RAlistTitleMain{
	width: 100%;
	position: relative;
	padding-right: 50px;
}
.RAlistTitle{
	font-size: 14px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.RAlistData{
	font-size: 14px;
	color: #868686;
	position: absolute;
	right: 0;
	top: 0;
}
.TextOmitted{
	color: #868686;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media only screen and (max-width: 920px){
	.banner{
		width: 90%;
	}	
}
@media only screen and (max-width: 768px){
	.SlTop{
		margin: 50px 0;	
	}
	.AlistBg{
		width: 100%;
		padding: 0;
	}
}
@media only screen and (max-width: 420px){
	.SLAlist li{
		width: 100%;
	}
	.SLAlist li:nth-child(odd){
		padding-right: 0;
	}
}

/*二维码*/
.mini-menu {
	min-height: 40px;
	width: 100%;
	margin: auto;
}
.active {
    background: #3477FF !important;
    color: #fff;
}
.mini-menu li{
	float: left;
    height: 40px;
    line-height: 40px;
	width:120px;
    text-align: center;
    position: relative;
	background: #f2f2f2;
	margin: 50px 5px 5px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius:5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.mini-menu li a {
	width:100%;
    display: block;
    font-size: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius:5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.mini-menu li a:hover{
    background: #e8effc;
}

.mini-menu li.active a {
    color: #fff;
    background: #3477FF !important;
}

.mini-menu li.active a:hover {
    color: #fff;
    background: #3477FF !important;
}

@media only screen and (max-width: 920px){
	.mini-menu li{
	margin: 10px 5px;
	width:30%;
	}

}
@media only screen and (max-width: 768px){
	.mini-menu li{
	margin: 10px 5px;
	width:30%;
	}
}

.qr{
	width: 1050px;
	margin: auto;
	padding-top: 10px;
}

.qrdiv{
	margin-top: 50px;
	margin: left;
}
.qrinput_text{
	width: 700px;
	height: 260px;
    font-size: 16px;
    padding: 15px 20px;
    border: 1px solid #c4c4c4;
    outline: 0;
    text-align: left;
    resize: none;
}

.qrbotton{
	margin: left;
}

.ExBtn {
    width: 136px;
    height: 46px;
    font-size: 18px;	
    color: #3477FF;
	background: #fff;
    border: 1px solid #3477FF;
    cursor: pointer;
    margin: 20px 20px 0 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.margintop30{
	padding-top: 40px;
}

.ExBtnon {
    width: 136px;
    height: 46px;
    background: #3477FF;
    color: #ffffff;
    font-size: 18px;
    border: none;
    cursor: pointer;
    margin: 20px 20px 0 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.qrdivright{
	margin: 47px 0 0 50px;
	text-align: center;
}

.qrdivimg{
	padding: 4px;
    border: 1px solid #c4c4c4;
}

.qrdivright p{
	height: 66px;
	line-height:66px;
}

.qrdivright p a{
	color: #666;
	padding: 0 8px;
}

.qrdivimg img{
	width:250px;
}

@media only screen and (max-width: 920px){
	.qr{
		width: 100%;
	}
	.qrinput_text{
		width: 100%;
	}
	.qrdivright{
		margin: 50px 0 0 0;
	}
	.qrdivright img{
		width: 100%;
	}
	.qrdivimg{
	height: 263px;
	}
}
@media only screen and (max-width: 768px){
}

.qrcenter{
	text-align: center;
}
.webinput{
	width:80%;
    height: 47px;
    font-size: 14px;
    border: 1px solid #CECECE;
    padding: 0 18px;
}

.webtextarea{
	width:80%;
    height: 160px;
    font-size: 14px;
    border: 1px solid #CECECE;
    padding: 18px ;
}
.qrimga img{
	border: 1px solid #5c92ef;
}
.qrinputdiv{
	width: 80%;
    display: inline-block;
    margin: 8px 0;
    position: relative;
}
.input-group-addon{
	position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 47px;
    font-size: 14px;
    background: #666;
    outline: none;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    -o-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}
.upzfqr{
	width: 180px;
	height: 180px;
	border: 1px dashed #CECECE;
	margin-right: 50px;
    cursor: pointer;
	display:flex;
	justify-content:center;
	align-items:center;
	background: #fff;
}
.up{
	display:flex;
}
.qr a{
	color: #3477FF;
}
@media only screen and (max-width: 920px){
	.qrdiv{
		width: 100%;
	}
	.upzfqr{
		width: 100%;
		margin-right: 0;
		margin-top: 10px;
	}
	.up{
		display: inline;
	}
}
@media only screen and (max-width: 768px){
	.up{
		display: inline;
	}
}
.share{
	text-align: center;
    font-size: 30px;
    color: #333333;
    width: 100%;
    display: inline-block;
    margin: 40px 0 20px 0;
}

.sharet{
	text-align: center;
    font-size: 16px;
    color: #818181;
    width: 100%;
    display: inline-block;
    margin: 0 10px 60px 10px;
}
.sharem{
    font-size: 18px;
    margin: 0 10px 10px 10px;
}
.sharemt{
    font-size: 14px;
    margin: 0 10px 30px 10px;
    color: #818181;
}
.sharer{
	text-align: right;
}
.sharev{
	width: 100%;
}
.shareb{
	margin-bottom: 50px;
}
@media only screen and (max-width: 920px){
	.sharem{
		margin: 0 0 10px 0;
	}
	.sharemt{
		margin: 0 0 20px 0;
	}
	.sharet{
		margin: 0 0 20px 0;
	}
}
@media only screen and (max-width: 768px){
	.sharer{
		text-align: left;
	}
}